home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / feel0_89.lha / Feel / Boot / eulisp0.em < prev    next >
Encoding:
Text File  |  1993-07-12  |  572 b   |  56 lines

  1. ;; Eulisp Module
  2. ;; Author: pab
  3. ;; File: eulisp0.em
  4. ;; Date: Wed Jun 30 14:47:26 1993
  5. ;;
  6. ;; Project:
  7. ;; Description: 
  8. ;;
  9.  
  10. (defmodule eulisp0
  11.   (gens
  12.    init
  13.    extras0
  14.    macros0
  15.    error0
  16.    streams1
  17.    telos1
  18.    defs
  19.    lock
  20.    thread
  21.    table
  22.    character
  23.    vector
  24.    string
  25.    list
  26.    copy
  27.    collect
  28.    condition
  29.    numbers
  30.    )
  31.   ()
  32.        
  33.   (expose
  34.    gens
  35.    init
  36.    extras0
  37.    error0
  38.    macros0
  39.    telos1
  40.    streams1
  41.    defs
  42.    lock
  43.    thread
  44.    table
  45.    character
  46.    vector
  47.    string
  48.    list
  49.    copy
  50.    collect
  51.    condition
  52.    numbers
  53.    )
  54.   ;; end module
  55.   )
  56.